.ts-footer-img {
    max-width: 100%;
    height: 124px;
    background-image: url(../images/home/footer-back.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: 100% 100%;
}

.ts-footer-img-title-zh {
    font-size: 42px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.ts-footer-img-title-en {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.ts-footer-content {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
}

.ts-footer-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ts-footer-logo {
    width: 378px;
    height: 70px;
}

.ts-footer-desc {
    display: flex;
    width: 335px;
    margin-top: 12px;
}

.ts-footer-desc-title {
    flex: 1;
}

.ts-footer-links {
    display: flex;
    flex-wrap: wrap;
    width: 260px;
}

.ts-footer-content-center {
    padding: 12px 46px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
}

.ts-footer-content-center-item {
    display: flex;
    align-items: flex-start;
    margin-top: 14px;
}

.ts-footer-content-center-item-icon1 {
    background-image: url(../images/footer/icon1.png);
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.ts-footer-content-center-item-icon2 {
    background-image: url(../images/footer/icon2.png);
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.ts-footer-content-center-item-icon3 {
    background-image: url(../images/footer/icon3.png);
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.ts-footer-content-center-item-text {
    width: 241px;
}

.ts-footer-content-right {
    display: flex;
    padding-right: 20px;
}

.ts-sitecopyright {
    font-size: 14px;
    font-weight: 350;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
    color: #888888;
    border-top: 1px solid #E5E5E5;
}

.ts-footer-qrcode {
    width: 105px;
    height: 105px;
    margin-right: 22px;
}

.ts-footer-qrcode-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.ts-footer-qrcode-text-title {
    font-size: 14px;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0em;
    color: #999999;
}

.ts-footer-qrcode-text-tel {
    color: #666666;
    font-family: PangMenZhengDao;
    font-weight: 400;
    font-size: 20px;
}

@media screen and (min-width: 0px) and (max-width: 570px) {
    .ts-footer-content {
        padding: 24px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #666666;
        flex-direction: column;
    }

    .ts-footer-content-center {
        border: none;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        margin: 12px 0;
    }

    .ts-footer-img-title-zh {
        font-size: 24px;
    }
    
    .ts-footer-img-title-en {
        font-size: 10px;
    }

    .ts-footer-logo {
        /* width: 90%; */
    }

    .ts-footer-content-center-item-text {
        width: 200px;
    }
}

@media screen and (min-width: 570px) and (max-width: 992px) {
    .ts-footer-content {
        padding: 24px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #666666;
        flex-direction: column;
    }

    .ts-footer-content-center {
        border: none;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        margin: 12px 0;
    }

    .ts-footer-img-title-zh {
        font-size: 28px;
    }
    
    .ts-footer-img-title-en {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ts-footer-logo {
        /* width: 290px;
        height: 60px; */
    }
    .ts-footer-desc {
        width: 300px;
    }
    .ts-footer-links {
        width: 228px;
    }
    .ts-footer-content-center {
        margin: 0 20px;
        padding: 12px 20px;
    }
    .ts-footer-content-center-item-text {
        width: 180px;
    }
}